textbuffer: ensure user actions are propagated to history
authorChristian Hergert <chergert@redhat.com>
Wed, 26 May 2021 17:11:33 +0000 (10:11 -0700)
committerChristian Hergert <chergert@redhat.com>
Wed, 26 May 2021 17:11:33 +0000 (10:11 -0700)
commit6179886b14eccd3034dc8121aac7b709aac073ec
tree70a571586f66ab4dac4a5421077c1b66638ed7b0
parent24f0ae1d3981f8d7b5ab6a3980f7999ef0600c65
textbuffer: ensure user actions are propagated to history

This was an oversight when porting the GtkTextHistory into GTK. We simply
need to bind the GtkTextBuffer action into the text history for grouping
to work correctly.

Fixes #3977
gtk/gtktextbuffer.c